projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dafbe
)
win32 theme: Fix tooltip borders
author
Jaime Velasco Juan
<jsagarribay@gmail.com>
Mon, 17 Oct 2016 13:33:47 +0000
(14:33 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000
(16:25 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=773221
gtk/theme/win32/gtk.css
patch
|
blob
|
history
diff --git
a/gtk/theme/win32/gtk.css
b/gtk/theme/win32/gtk.css
index b9384b769968e12a444ea4ddb5e6136f9bb9b29b..218875e589bd20de0de200c958f8b8ffd68b72d9 100644
(file)
--- a/
gtk/theme/win32/gtk.css
+++ b/
gtk/theme/win32/gtk.css
@@
-124,8
+124,8
@@
decoration {
background-repeat: no-repeat;
}
-/* Unset above settings when the window is a popup menu */
-* window decoration {
+/* Unset above settings when the window is a popup menu
or tooltip
*/
+* window decoration
, tooltip decoration
{
all: unset;
}